home *** CD-ROM | disk | FTP | other *** search
/ HTBasic 9.3 / HTBasic 9.3.iso / FLOPPY / SICL / WIN31 / DISK2 / README.TXT < prev    next >
Encoding:
Text File  |  2001-03-02  |  4.0 KB  |  114 lines

  1. Hewlett Packard VTL 3.0 Library
  2. (c)Copyright 1994-1997 Hewlett Packard Company, All Rights Reserved
  3.  
  4. Implementation Revision 1.1.2 (0x00010102)
  5.  
  6. *** This file is available in the following location for later examination:
  7. ***
  8. ***        c:\vxipnp\win\hpvisa\readme.txt
  9. ***
  10. ***
  11.  
  12. This disk contains HP's implementation of the VXIplug&play VPP 4.2 and
  13. VPP 4.2.2, VTL 3.0 Specifications. This product conforms to the
  14. WIN Framework.
  15.  
  16. Table of Contents
  17. =================
  18.    I.   Revision History
  19.    II.  Software/Hardware Requirements
  20.    III. Notes
  21.  
  22.  
  23. I.  Revision History
  24. ====================
  25.    Rev 1.1.2:  (08/23/95) Fixed a memory map resource leak on VXLink.
  26.                The underlying map resource is now freed when a session
  27.                is closed without first doing a viUnmapAddress().
  28.  
  29.    Rev 1.1.1:  (06/20/95) Fixed a viReadStb() problem on RADI-EPC7.
  30.  
  31.    Rev 1.1.0:  (05/02/95) First VTL 3.0 Release
  32.  
  33.  
  34. II. Software/Hardware Requirements
  35. ==================================
  36.    This version requires the following hardware:
  37.    
  38.       PC Running Windows 3.1 or 3.11 in Enhanced Mode
  39.       4MBytes RAM
  40.       20MBytes Free Harddisk Space
  41.    
  42.    This version requires one of the following I/O interfaces:
  43.  
  44.       Radisys EPC-7 VXI Embedded PC Controller (VXI & HP-IB)
  45.       HP RADI-EPC7 VXI Embedded PC Controller (VXI & HP-IB)
  46.       HP E1483A VXLink VXI Interface
  47.       HP 82340 HP-IB Card
  48.       HP 82341A HP-IB Card
  49.       HP 82341B HP-IB Card
  50.       HP 82341C HP-IB Card
  51.    
  52.    The following I/O interface is specifically *not* supported:
  53.  
  54.       HP 82335 HP-IB Card
  55.    
  56.    In order to make use of the GPIB-VXI functionality (VXI
  57.    communications from a GPIB interface), you need one of the
  58.    following HP VXI Command Modules:
  59.    
  60.       HP E1405
  61.       HP E1406
  62.       HP E1300
  63.       HP E1301
  64.       HP E1303
  65.       HP E1306
  66.    
  67.    This version requires HP SICL Revision B.03.11 or greater to be
  68.    installed in order for the VTL software to function.
  69.  
  70.  
  71. III.  Notes
  72. ===========
  73.    - In order to receive interrupts that are being sent to your process,
  74.      your process must yield the CPU. Most well-written Windows
  75.      applications automatically do this at convenient locations.
  76.  
  77.    - %T does not work with this release, we recommend using %t instead.
  78.  
  79.    - The Fast Data Channel (FDC) protocol is not supported with this
  80.      release.
  81.  
  82.    - Multiple GPIB instruments simultaneously generating SRQs on the
  83.      same GPIB interface may cause loss of interrupts. This is not a
  84.      problem if either the instruments do not generate SRQs simultaneously,
  85.      or if they are on separate GPIB interfaces. This problem will be
  86.      fixed in a future release.
  87.    
  88. Platform Specific Notes:
  89.    - GPIB:
  90.       * HP 82335 GPIB card is not supported and does not work with this
  91.         release.
  92.    - GPIB-VXI:
  93.       * Supported on HP E1405, HP E1406, HP E1300, HP E1301, HP E1303,
  94.         and HP E1306 only. No other command modules are supported nor
  95.         will they work with this release.
  96.       * The VI_EVENT_VXI_SIGP and VI_EVENT_TRIG events are not supported.
  97.       * The viAssertTrigger() command is not supported.
  98.    - VXI on HP-VXLink:
  99.       * The VI_EVENT_TRIG event is not supported.
  100.       * The VXLink VXI cardcage should be powered on before running the
  101.         configuration tool.
  102.    - VXI on Radisys EPC7 and HP RADI-EPC7:
  103.       * VTL automatically handles the EPC7 TTL trigger latch register.
  104.         However, if a trigger line is asserted for more than one second
  105.         during an appropriate viEnableEvent call, the call will fail and
  106.         return an error.
  107.       * If a trigger interrupt arrives, and VTL is unable to clear the
  108.         trigger latch, then the trigger event is generated, but further
  109.         trigger interrupts are disabled until an appropriate viDisableEvent
  110.         followed by a viEnableEvent call is made.
  111.       * For more information about the EPC7 TTL trigger latch register,
  112.         please refer to your EPC-7 Documentation.
  113.  
  114.